CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - first 集

搜索资源列表

  1. dalu.rar

    0下载:
  2. 是有关编译原理的,可以自动对输入的??分析,生成first集和follow集
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:815
    • 提供者:
  1. 判断是否为ll(1)文法程序

    2下载:
  2. 一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and set computing; 3. LL (1) Forecas
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:23961
    • 提供者:luo
  1. Judge_LL(1)

    2下载:
  2. 本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(1)文法;⑶画出预测分析表;⑷对给定的符号串判定是否是文法中的句子,分析过程在屏幕上打印出来。 欢迎大家给程序提出富贵意见!-the design of the C language to describe a simple method of LL (1) grammar convicted.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:147436
    • 提供者:张玉峰
  1. fifoexe

    0下载:
  2. 本程序包括求First集和Follow集的VC++原程序,已经编译过可以直接使用。-including procedures for the First Set and Follow Set VC program, it has been compiled using direct.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:31271
    • 提供者:fly
  1. LL1gongnengquan

    0下载:
  2. 功能较全的LL1文法分析,自定义输入文法,生成first集follow集,再输入句子,判断是否是该文法,并显示栈的状态-function over the entire LL1 grammar analysis, since the definition of input grammar, Generating Sets follow first set, then input sentence, the judge is whether grammar, and that the state
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13758
    • 提供者:chengning
  1. wenfaLL(1)

    0下载:
  2. 可以实现求First集、Follow集、Select集、分析表、分析栈-can achieve for First Set, Follow Set, Select collection, analysis table, analysis Stack
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:218766
    • 提供者:王义
  1. ll1

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:168288
    • 提供者:黄宇
  1. LL(1)suanfa

    0下载:
  2. LL(1)文法判定算法,LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。
  3. 所属分类:汇编语言

    • 发布日期:2014-01-17
    • 文件大小:33179
    • 提供者:
  1. first+and+follow

    0下载:
  2. first集 与 follow集 编译原理
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2239
    • 提供者:yiminhui
  1. C++编写求FIRST、FOLLOW集

    0下载:
  2. C++、编译?FIRST、FOLLOW集
  3. 所属分类:输入法编程

    • 发布日期:2011-05-17
    • 文件大小:6085
    • 提供者:wuxiaoli
  1. first.rar

    0下载:
  2. First集合的码源,完全正确,要过编译原理实验的来下,代码老师给的,这个是实验报告,GOOD
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:153365
    • 提供者:sdfg
  1. LR1

    0下载:
  2. 利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储,还有一个是状态表存储DFA的状态。二维TAB表对其中的DFA表进行存储,横坐标是状态号,纵坐标为文法中的符号(终结符和非终结符)。-Two-dimensional array of characters to use grammar, First Set, Follow sets, at the end of sets, sets and other non-terminator data storage,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:513468
    • 提供者:liyingan
  1. bianyi

    0下载:
  2. 编译原理词法分析求first集、follow集,用Java语言实现-Principles of lexical analysis compiled for first set, follow set, using Java language
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:10563
    • 提供者:ymn
  1. dalu

    0下载:
  2. 是有关编译原理的,可以自动对输入的??分析,生成first集和follow集-The principle is the compiler can automatically entered?? Analysis, generated first set and follow set
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:1086
    • 提供者:echomails
  1. LL(1)Analysis

    0下载:
  2. 大学时的编译大作业,是对LL(1)语法的分析过程,会产生first集,follow集和预测分析表!-University at the time of compiling large operations, is a LL (1) syntax analysis process, will have first set, follow sets and predictive analysis table!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:6521
    • 提供者:liangye
  1. llApp(FR)

    0下载:
  2. ll(1)文法,First集,Follow集。预测分析表-ll (1) grammar, First Set, Follow sets. Forecast Analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:18528
    • 提供者:menglusi
  1. FirAndFol

    0下载:
  2. 封装非终结符集合的类Vn,可以求出 FIRST集和FOLLOW集。-Package of non-terminal symbol set of classes Vn, you can find the FIRST sets and FOLLOW sets.
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:1134
    • 提供者:伯伦
  1. first.pl

    0下载:
  2. 能根据 EBNF 生成first集的perl脚本-EBNF first set according to the perl scr ipt generated
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1096
    • 提供者:hanyang
  1. first

    0下载:
  2. 编译器的first集构造,用于编译器语法分析,LL分析。-the constructing of the first set compiling machine,used for LL analysis in compliing machine
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:435255
    • 提供者:zhuwentao
  1. first-follow-set--LR-LALR..

    0下载:
  2. 动态文法-规范LR分析器&LALR分析器,还有first,follow集的求解算法-Dynamic grammar- standard LR parser & LALR parser, as well as first, follow set of algorithms for solving
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1918127
    • 提供者:guoxian
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com